home *** CD-ROM | disk | FTP | other *** search
/ Listings Deluxe 250M: Select Street Atlas 1.0 / Listings Deluxe - Select Street Atlas 1.0 - Disc 2 of 2.iso / install.dat < prev    next >
Text File  |  1995-07-14  |  2KB  |  105 lines

  1. @DefineProject
  2.     @Name = "Pro CD ProPhone for DOS"
  3.     @Version = "3.3"
  4.     @OutDrive = C
  5.     @Subdir = "\\PROPHONE"
  6.     @requires @HardDisk
  7.     @requires 2000000
  8. @EndProject
  9.  
  10. @Welcome
  11.     @Cls
  12.     
  13.     
  14.     Welcome to @Name, the most comprehensive
  15.     CD-ROM phone book available.
  16.  
  17.     This program will install @Name onto your 
  18.     hard disk.  Simply answer the questions when prompted by 
  19.     the program.  If you are not sure of the answer to any
  20.     question, just press [Enter] to accept the default.
  21.  
  22.     If you want to install ProPhone for Windows, please press 
  23.     the [Esc] key and run the SETUP program from Windows.
  24.  
  25.     @Pause
  26.  
  27. @EndWelcome
  28.  
  29.  
  30. @GetOutDrive
  31.     Which drive would you like to install @Name onto?
  32. @EndOutDrive
  33.  
  34. @GetSubdir
  35.     Which directory would you like to install @Name to?
  36.     @Prompt = "Which directory ('Enter' = @Subdir)?"
  37. @EndSubdir
  38.  
  39. @GetUsername
  40.     
  41.     Please enter your name.
  42.     @Prompt = "User Name:"
  43.  
  44. @EndUsername
  45.  
  46. @GetCompany
  47.     
  48.     If this product was purchased by a company or organization
  49.     you should enter the name or the company or organization.
  50.  
  51.     @Prompt = "Company/Organization:"
  52.  
  53. @EndCompany
  54.  
  55. @GetSerialno
  56.     
  57.     Please enter the serial number printed on the first page
  58.     of your User Guide.
  59.     
  60.     @Prompt = "Serial Number: "
  61.  
  62. @EndSerialno
  63.  
  64. @SetAutoExec
  65.     @AskOverwrite
  66.     @Path="@OutDrive:@SubDir"
  67. @EndAutoExec
  68.  
  69. @DefineDisk
  70.     @Label = "CD-ROM"
  71.     @File PRODOS\PROPHONE.EXE  @out *.*
  72.     @File PRODOS\PPHONE.BAT    @out *.*
  73.     @File PRODOS\PROPHONE.OPN  @out *.*
  74.     @File PRODOS\PROPHONE.HLP  @out *.*
  75.     @File PROWIN\STATE.ASC     @out *.*
  76.     @File PROWIN\AREA.ASC      @out *.*
  77.     @File PROWIN\BUSINESS.ASC  @out *.*
  78.     @File PROWIN\SIC.ASC       @out *.*
  79.     @File PROWIN\CAREA.ASC     @out *.*
  80.     @File PROWIN\PROVINCE.ASC  @out *.*
  81. @EndDisk
  82.  
  83.  
  84. @Finish
  85.     @ChDrive @OutDrive
  86.     @ChDir "@SubDir"
  87.     @CLS
  88.  
  89.     The installation of @Name is complete!  
  90.     To run Pro CD ProPhone press the [Enter] key and then 
  91.     type PROPHONE from the DOS prompt.
  92.     
  93.     The listings contained within this product are subject to a 
  94.     license agreement.  Please refer to your User Guide for a
  95.     copy of the license agreement and complete information on 
  96.     how to put Pro CD ProPhone to work for you.
  97.  
  98.     Please remember to register your copy of the product to 
  99.     qualify for free technical support and access to free
  100.     software updates!
  101.     
  102.     @Pause
  103.  
  104. @EndFinish
  105.